Esempio n. 1
0
 public final void a(
     int paramInt1,
     int paramInt2,
     int paramInt3,
     String paramString,
     o paramo,
     byte[] paramArrayOfByte) {
   if ((ah.tF() == null) || (tFbyZ == null)) {
     v.f(
         "MicroMsg.NetSceneGetCliKVStrategy",
         "null == MMCore.getNetSceneQueue().getDispatcher(), can't give response to kvcomm.");
     bkT.onSceneEnd(paramInt2, paramInt3, paramString, this);
     return;
   }
   if (paramInt2 != 0) {
     v.e(
         "MicroMsg.NetSceneGetCliKVStrategy",
         "get report strategy err, errType:" + paramInt2 + ", errCode:" + paramInt3);
     KVReportJni.KVReportJava2C.onReportStrategyResp(paramInt2, paramInt3, null);
     bkT.onSceneEnd(paramInt2, paramInt3, paramString, this);
     return;
   }
   v.d("MicroMsg.NetSceneGetCliKVStrategy", "get report strategy ok");
   paramo = (sd) bkQ.byi.byq;
   try {
     KVReportJni.KVReportJava2C.onReportStrategyResp(0, 0, paramo.toByteArray());
     bkT.onSceneEnd(paramInt2, paramInt3, paramString, this);
     return;
   } catch (Exception paramo) {
     for (; ; ) {
       v.e(
           "MicroMsg.NetSceneGetCliKVStrategy",
           "onReportStrategyResp failed  hash:%d  , ex:%s",
           new Object[] {Integer.valueOf(hashCode()), be.f(paramo)});
     }
   }
 }