Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.15k stars 3.34k forks source link

tinker 和听云sdk 有冲突,导致打补丁包失败 #1578

Closed ssurprise closed 3 years ago

ssurprise commented 3 years ago

异常类型:打补丁包异常(脚本命令行方式)

tinker版本:1.9.14.16 gradle版本:6.7.1 android gradle tools:4.2.1 minSdkVersion :21 是否使用热更新SDK: 否

系统:Mac

查看了好多同类的问题,发现都没有解决我的问题。如:#1084、#1420

比如:

  1. ignoreWarning 改为 true 。 结果:无效
  2. 添加 <allowLoaderInAnyDex value="true"/> <removeLoaderForAllDex value="true"/> 两个属性。结果:无效。
  3. minSdkVersion、android gradle tools 降级,这个对我们的项目影响太大,不可取。

配置: defaultConfig { multiDexEnabled true multiDexKeepProguard file("tinker_multidexkeep.pro") } tinker_multidexkeep.pro 配置 `#tinker multidex keep patterns: -keep public class * implements com.tencent.tinker.entry.ApplicationLifeCycle {

(); void onBaseContextAttached(android.content.Context); } -keep public class * implements com.tencent.tinker.loader.app.ITinkerInlineFenceBridge { (...); void attachBaseContext(com.tencent.tinker.loader.app.TinkerApplication, android.content.Context); } -keep public class * extends com.tencent.tinker.loader.TinkerLoader { (); } -keep public class * extends android.app.Application { (); void attachBaseContext(android.content.Context); } -keep public class com.tencent.tinker.loader.NewClassLoaderInjector { *; } -keep class com.tencent.tinker.loader.NewClassLoaderInjector$DispatchClassLoader { *; } -keep class com.tencent.tinker.entry.TinkerApplicationInlineFence { *; } -keep class com.tencent.tinker.loader.app.TinkerInlineFenceAction { *; } -keep class com.tencent.tinker.** { *; } #your dex.loader patterns here -keep class com.example.tinkerdemo.SampleApplication { (); }` 混淆配置 `-keepattributes *Annotation* -dontwarn com.tencent.tinker.anno.AnnotationProcessor -keep @com.tencent.tinker.anno.DefaultLifeCycle public class * -keep public class * extends android.app.Application { *; } -keep public class com.tencent.tinker.entry.ApplicationLifeCycle { *; } -keep public class * implements com.tencent.tinker.entry.ApplicationLifeCycle { *; } -keep public class com.tencent.tinker.loader.TinkerLoader { *; } -keep public class * extends com.tencent.tinker.loader.TinkerLoader { *; } -keep public class com.tencent.tinker.loader.TinkerTestDexLoad { *; } -keep public class com.tencent.tinker.loader.TinkerTestDexLoad { *; } -keep public class com.tencent.tinker.entry.TinkerApplicationInlineFence { *; } #for command line version, we must keep all the loader class to avoid proguard mapping conflict #your dex.loader pattern here -keep public class com.tencent.tinker.loader.** { *; } -keep class com.example.tinkerdemo.SampleApplication { *; }` 错误: `Check for loader classes in dex: classes3.dex loader classes are found in old secondary dex. Found classes: {Lcom/example/tinkerdemo/SampleApplication;} Collect class descriptors in classes3.dex Check for loader classes in dex: classes2.dex loader classes are found in old secondary dex. Found classes: {Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;,Lcom/tencent/tinker/loader/shareutil/ShareResPatchInfo;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V23;,Lcom/tencent/tinker/loader/hotplug/ActivityStubManager;,Lcom/tencent/tinker/loader/shareutil/ShareOatUtil$1;,Lcom/tencent/tinker/loader/shareutil/ShareOatUtil;,Lcom/tencent/tinker/loader/shareutil/SharePatchFileUtil;,Lcom/tencent/tinker/loader/shareutil/ShareFileLockHelper;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$StreamConsumer$1;,Lcom/tencent/tinker/loader/TinkerDexLoader;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$1;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$StreamConsumer;,Lcom/tencent/tinker/loader/hotplug/IncrementComponentManager;,Lcom/tencent/tinker/loader/TinkerResourcesKey;,Lcom/tencent/tinker/loader/AppInfoChangedBlocker$HackerCallback;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;,Lcom/tencent/tinker/loader/hotplug/interceptor/ServiceBinderInterceptor;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;,Lcom/tencent/tinker/loader/shareutil/ShareIntentUtil;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;,Lcom/tencent/tinker/loader/TinkerResourcesKey$V24;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;,Lcom/tencent/tinker/loader/hotplug/handler/MHMessageHandler;,Lcom/tencent/tinker/loader/shareutil/TinkerLogInlineFence;,Lcom/tencent/tinker/loader/shareutil/ShareElfFile$SectionHeader;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$ResultCallback;,Lcom/tencent/tinker/loader/TinkerResourceLoader;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V19;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;,Lcom/tencent/tinker/loader/hotplug/interceptor/ServiceBinderInterceptor$1;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;,Lcom/tencent/tinker/loader/hotplug/interceptor/ServiceBinderInterceptor$BinderInvocationHandler;,Lcom/tencent/tinker/loader/shareutil/ShareResPatchInfo$LargeModeInfo;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs;,Lcom/tencent/tinker/loader/hotplug/interceptor/TinkerHackInstrumentation;,Lcom/tencent/tinker/loader/TinkerResourcesKey$V19;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;,Lcom/tencent/tinker/loader/shareutil/ShareElfFile$1;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;,Lcom/tencent/tinker/loader/TinkerTestDexLoad;,Lcom/tencent/tinker/loader/shareutil/ShareElfFile$ProgramHeader;,Lcom/tencent/tinker/loader/TinkerSoLoader;,Lcom/tencent/tinker/loader/hotplug/interceptor/HandlerMessageInterceptor$CallbackWrapper;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;,Lcom/tencent/tinker/loader/shareutil/ShareElfFile$ElfHeader;,Lcom/tencent/tinker/loader/TinkerResourcePatcher;,Lcom/tencent/tinker/loader/hotplug/ComponentHotplug;,Lcom/tencent/tinker/loader/shareutil/ShareTinkerInternals;,Lcom/tencent/tinker/loader/shareutil/ShareTinkerLog$1;,Lcom/tencent/tinker/loader/R;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$OptimizeWorker;,Lcom/tencent/tinker/loader/hotplug/interceptor/InterceptFailedException;,Lcom/tencent/tinker/loader/shareutil/ShareTinkerLog$TinkerLogImp;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;,Lcom/tencent/tinker/loader/BuildConfig;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;,Lcom/tencent/tinker/loader/TinkerLoader;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V4;,Lcom/tencent/tinker/loader/hotplug/interceptor/Interceptor$ITinkerHotplugProxy;,Lcom/tencent/tinker/loader/shareutil/ShareSecurityCheck;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;,Lcom/tencent/tinker/loader/AppInfoChangedBlocker;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;,Lcom/tencent/tinker/loader/hotplug/interceptor/ServiceBinderInterceptor$FakeInterfaceHandler;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;,Lcom/tencent/tinker/loader/TinkerResourcesKey$V17;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;,Lcom/tencent/tinker/loader/shareutil/ShareBsDiffPatchInfo;,Lcom/tencent/tinker/loader/hotplug/interceptor/HandlerMessageInterceptor;,Lcom/tencent/tinker/loader/app/TinkerInlineFenceAction;,Lcom/tencent/tinker/loader/shareutil/ShareReflectUtil;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;,Lcom/tencent/tinker/loader/TinkerClassLoader$CompoundEnumeration;,Lcom/tencent/tinker/loader/TinkerUncaughtHandler;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;,Lcom/tencent/tinker/loader/TinkerDexOptimizer;,Lcom/tencent/tinker/loader/shareutil/ShareTinkerLog;,Lcom/tencent/tinker/loader/shareutil/ShareArkHotDiffPatchInfo;,Lcom/tencent/tinker/loader/shareutil/ShareConstants;,Lcom/tencent/tinker/loader/TinkerArkHotLoader;,Lcom/tencent/tinker/loader/shareutil/SharePatchInfo;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;,Lcom/tencent/tinker/loader/hotplug/handler/PMSInterceptHandler;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$OptimizeWorker$1;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;,Lcom/tencent/tinker/loader/TinkerClassLoader;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;,Lcom/tencent/tinker/loader/shareutil/TinkerLogInlineFence$1$1;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V14;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;,Lcom/tencent/tinker/loader/hotplug/IncrementComponentManager$AttrTranslator;,Lcom/tencent/tinker/loader/shareutil/ShareOatUtil$InstructionSet;,Lcom/tencent/tinker/loader/app/TinkerApplication;,Lcom/tencent/tinker/loader/hotplug/interceptor/ServiceBinderInterceptor$FakeClientBinderHandler;,Lcom/tencent/tinker/loader/TinkerDexOptimizer$OptimizeWorker$2;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;,Lcom/tencent/tinker/loader/hotplug/UnsupportedEnvironmentException;,Lcom/tencent/tinker/loader/TinkerRuntimeException;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;,Lcom/tencent/tinker/loader/hotplug/interceptor/HandlerMessageInterceptor$MessageHandler;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;,Lcom/tencent/tinker/loader/TinkerDexLoader$1;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;,Lcom/tencent/tinker/loader/hotplug/IncrementComponentManager$1;,Lcom/tencent/tinker/loader/NewClassLoaderInjector;,Lcom/tencent/tinker/loader/hotplug/EnvConsts;,Lcom/tencent/tinker/loader/hotplug/handler/AMSInterceptHandler;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder$ArkHot;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;,Lcom/tencent/tinker/loader/AbstractTinkerLoader;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;,Lcom/tencent/tinker/loader/shareutil/TinkerLogInlineFence$1;,Lcom/tencent/tinker/loader/SystemClassLoaderAdder$1;,Lcom/tencent/tinker/loader/TinkerResourcesKey$V7;,Lcom/tencent/tinker/loader/shareutil/ShareDexDiffPatchInfo;,Lcom/tencent/tinker/loader/shareutil/ShareElfFile;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;,Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;,Lcom/tencent/tinker/loader/hotplug/interceptor/Interceptor;} Collect class descriptors in classes2.dex Check for loader classes in dex: classes.dex Collect class descriptors in classes.dex Check for loader classes in dex: classes6.dex Collect class descriptors in classes6.dex Check for loader classes in dex: classes5.dex Collect class descriptors in classes5.dex Check for loader classes in dex: classes4.dex Collect class descriptors in classes4.dex Check if loader classes in classes3.dex refer to any classes that is not in loader class patterns. FATAL: method 'attachBaseContext:VL' in loader class 'Lcom/example/tinkerdemo/SampleApplication;' refers to method 'attachBaseContextBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'attachBaseContext:VL' in loader class 'Lcom/xiaozhu/biz/support/core/XZApplication;' refers to method 'attachBaseContextEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:V' in loader class 'Lcom/xiaozhu/biz/support/core/XZApplication;' refers to method 'applicationCreateBeginIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:V' in loader class 'Lcom/xiaozhu/biz/support/core/XZApplication;' refers to method 'applicationCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. Check if loader classes in classes2.dex refer to any classes that is not in loader class patterns. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_00_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_01_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_02_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_03;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_04;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_05;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_06;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_07;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_08;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTKStub_09;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_00_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_01_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_02_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_03;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_04;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_05;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_06;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_07;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_08;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SGTStub_09;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_00_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_01_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_02_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_03;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_04;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_05;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_06;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_07;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_08;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$SIStub_09;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_00_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_01_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_02_T;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_03;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_04;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_05;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_06;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_07;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_08;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: field '_nbs_trace' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceUnit;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'startTracing:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSTraceEngine;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onCreate:VL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityCreateEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onKeyDown:ZIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'onKeyDownAction:VIL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSActionInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityRestartBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onRestart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityRestartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityResumeBeginIns:VL' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onResume:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityResumeEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityStarted:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStart:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityStartEndIns:V' in class 'Lcom/networkbench/agent/impl/instrumentation/NBSAppInstrumentation;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'getInstance:L' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. FATAL: method 'onStop:V' in loader class 'Lcom/tencent/tinker/loader/hotplug/ActivityStubs$STDStub_09;' refers to method 'activityStopped:VL' in class 'Lcom/networkbench/agent/impl/background/NBSApplicationStateMonitor;' which is not in loader class, this may cause crash when patch is loaded. Check if loader classes in classes.dex refer to any classes that is not in loader class patterns. Check if loader classes in classes6.dex refer to any classes that is not in loader class patterns. Check if loader classes in classes5.dex refer to any classes that is not in loader class patterns. Check if loader classes in classes4.dex refer to any classes that is not in loader class patterns. `
ssurprise commented 3 years ago

跟新下问题记录:查看日志发现跟 com/networkbench/agent/impl/instrumentation/NBSAppInstrumentation 等几个类有关系,发现这几个类是听云统计的包下的。把听云统计的包下掉之后,打补丁包成功.....

ssurprise commented 3 years ago

听云会在tinker 的核心代码里嵌入检测代码,已经联系听云技术支持提供解决方案。可用

thisdk commented 2 years ago

楼主可以说说解决方案了...同样卡在这里

ssurprise commented 2 years ago

联系听云的技术支持,他们有详细的解决方案,不是一两句话就可以搞定的。

thisdk commented 2 years ago

联系听云的技术,他们有详细的解决方案支持,不是一两句就可以搞定的。

谢谢.项目都上线第二版了.弃用了tinker