DroidPluginTeam / DroidPluginTeam/DroidPlugin

测试双开昆仑版本的COC游戏出现如下错误日志,请问是什么原因

Open
#226 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
7k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

06-24 01:54:03.843 928-928/com.example.TestPlugin I/Timeline: Timeline: Activity_launch_request id:com.example.TestPlugin time:9112999
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.Context.getSystemService, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 650: Landroid/content/Context;.getSystemService (Ljava/lang/Class;)Ljava/lang/Object;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x0035
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.Context.getColorStateList, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 633: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x004f
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.ContextWrapper.getCodeCacheDir, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 704: Landroid/content/ContextWrapper;.getCodeCacheDir ()Ljava/io/File;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x00b7
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.ContextWrapper.getNoBackupFilesDir, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 716: Landroid/content/ContextWrapper;.getNoBackupFilesDir ()Ljava/io/File;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x01b4
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.Context.getDrawable, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 635: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x02dd
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.ContextWrapper.getSystemServiceName, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 726: Landroid/content/ContextWrapper;.getSystemServiceName (Ljava/lang/Class;)Ljava/lang/String;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x0386
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.ContextWrapper.getExternalMediaDirs, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 712: Landroid/content/ContextWrapper;.getExternalMediaDirs ()[Ljava/io/File;
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x03d5
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.Context.getColor, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 632: Landroid/content/Context;.getColor (I)I
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x04e6
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.content.ContextWrapper.checkSelfPermission, referenced from method com.morgoo.droidplugin.PluginApplication.access$super
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 680: Landroid/content/ContextWrapper;.checkSelfPermission (Ljava/lang/String;)I
06-24 01:54:03.953 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6f at 0x065c
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: couldn't find field Landroid/app/Notification;.headsUpContentView
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve instance field 24
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x54 at 0x0043
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.app.Notification.getSmallIcon, referenced from method com.morgoo.droidplugin.hook.handle.INotificationManagerHookHandle.hackNotification
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 475: Landroid/app/Notification;.getSmallIcon ()Landroid/graphics/drawable/Icon;
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6e at 0x004c
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.app.Notification.getLargeIcon, referenced from method com.morgoo.droidplugin.hook.handle.INotificationManagerHookHandle.hackNotification
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 474: Landroid/app/Notification;.getLargeIcon ()Landroid/graphics/drawable/Icon;
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6e at 0x006c
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: couldn't find field Landroid/app/Notification;.headsUpContentView
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve instance field 24
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x54 at 0x0075
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.app.Notification.getSmallIcon, referenced from method com.morgoo.droidplugin.hook.handle.INotificationManagerHookHandle.isPluginNotification
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 475: Landroid/app/Notification;.getSmallIcon ()Landroid/graphics/drawable/Icon;
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6e at 0x008f
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method android.app.Notification.getLargeIcon, referenced from method com.morgoo.droidplugin.hook.handle.INotificationManagerHookHandle.isPluginNotification
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve virtual method 474: Landroid/app/Notification;.getLargeIcon ()Landroid/graphics/drawable/Icon;
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x6e at 0x00b3
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: couldn't find field Landroid/app/Notification;.headsUpContentView
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve instance field 24
06-24 01:54:03.983 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x54 at 0x0045
06-24 01:54:03.993 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: couldn't find field Landroid/app/Notification;.headsUpContentView
06-24 01:54:03.993 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: DexOpt: unable to optimize instance field ref 0x0018 at 0x7f in Lcom/morgoo/droidplugin/hook/handle/INotificationManagerHookHandle;.isPluginNotification
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm: Could not find method com.morgoo.droidplugin.hook.proxy.IActivityManagerHook$1.create, referenced from method com.morgoo.droidplugin.hook.proxy.IActivityManagerHook$1.access$super
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve direct method 21879: Lcom/morgoo/droidplugin/hook/proxy/IActivityManagerHook$1;.create ()Ljava/lang/Object;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x70 at 0x002b
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.morgoo.droidplugin.hook.handle.PluginInstrumentation.access$super
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve check-cast 248 (Landroid/os/PersistableBundle;) in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x1f at 0x005b
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.morgoo.droidplugin.hook.handle.PluginInstrumentation.access$super
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve check-cast 248 (Landroid/os/PersistableBundle;) in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x1f at 0x00ff
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.morgoo.droidplugin.hook.handle.PluginInstrumentation.access$super
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve check-cast 248 (Landroid/os/PersistableBundle;) in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x1f at 0x01e1
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.morgoo.droidplugin.hook.handle.PluginInstrumentation.access$super
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve check-cast 248 (Landroid/os/PersistableBundle;) in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x1f at 0x0213
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 E/dalvikvm: Could not find class 'android.app.ActivityManager$TaskDescription', referenced from method com.morgoo.droidplugin.hook.handle.PluginInstrumentation.fixTaskDescription
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve new-instance 20 (Landroid/app/ActivityManager$TaskDescription;) in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x22 at 0x003c
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 E/dalvikvm: Could not find class 'android.app.ActivityManager$TaskDescription', referenced from method com.morgoo.droidplugin.hook.handle.PluginInstrumentation.fixTaskDescription
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve new-instance 20 (Landroid/app/ActivityManager$TaskDescription;) in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;
06-24 01:54:04.063 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x22 at 0x0051
06-24 01:54:04.073 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: unable to opt direct call 0x0113 at 0x3e in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;.fixTaskDescription
06-24 01:54:04.073 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: unable to opt direct call 0x0112 at 0x53 in Lcom/morgoo/droidplugin/hook/handle/PluginInstrumentation;.fixTaskDescription
06-24 01:54:04.163 2763-2785/com.example.TestPlugin:PluginP02 V/CameraServiceListener: Camera id 0 has status changed to 0x1
06-24 01:54:04.163 2763-2785/com.example.TestPlugin:PluginP02 V/CameraServiceListener: Camera id 1 has status changed to 0x1
06-24 01:54:04.173 2763-2763/com.example.TestPlugin:PluginP02 V/NFC: this device does not have NFC support
06-24 01:54:04.193 2763-2799/com.example.TestPlugin:PluginP02 V/CameraServiceListener: Camera id 0 has status changed to 0x1
06-24 01:54:04.193 2763-2799/com.example.TestPlugin:PluginP02 V/CameraServiceListener: Camera id 1 has status changed to 0x1
06-24 01:54:04.193 2763-2763/com.example.TestPlugin:PluginP02 V/NFC: this device does not have NFC support
06-24 01:54:04.493 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: GC_FOR_ALLOC freed 1944K, 32% free 15391K/22620K, paused 20ms, total 20ms
06-24 01:54:04.523 2763-2763/com.example.TestPlugin:PluginP02 I/dalvikvm-heap: Grow heap (frag case) to 32.041MB for 15728656-byte allocation
06-24 01:54:04.653 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_ABIS
06-24 01:54:04.653 2763-2763/com.example.TestPlugin:PluginP02 W/dalvikvm: VFY: unable to resolve static field 133 (SUPPORTED_ABIS) in Landroid/os/Build;
06-24 01:54:04.653 2763-2763/com.example.TestPlugin:PluginP02 D/dalvikvm: VFY: replacing opcode 0x62 at 0x0006
06-24 01:54:04.693 2763-2763/com.example.TestPlugin:PluginP02 I/Process: Sending signal. PID: 2763 SIG: 9

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.