Code Monkey home page Code Monkey logo

threadprioritysample's People

Contributors

anubhav7nov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

threadprioritysample's Issues

Doesn't work, logcat shows runtime error java.lang.NoClassDefFoundError

Your app doesnt work on my machine. Running on Pixel 2 emulator API 26, compiled on my Windows 10 machine with Android Studio 3.3

Stack trace is as follows:

2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.871 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/base.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_dependencies_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_resources_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_0_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_1_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_2_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_3_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_4_apk.ap
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.872 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.VMClassLoader.findLoadedClass(java.lang.ClassLoader, java.lang.String)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.873 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/base.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_dependencies_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_resources_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_0_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_1_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_2_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_3_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_4_apk.ap
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.874 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.875 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.876 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/base.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_dependencies_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_resources_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_0_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_1_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_2_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_3_apk.apk", zip file "/data/app/threadpriority.com.threadprioritysample-RLuj2phQJwRFNapcQgTp0w==/split_lib_slice_4_apk.ap
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:93)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable) (ViewCompat.java:2341)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.widget.ActionBarContainer.<init>(android.content.Context, android.util.AttributeSet) (ActionBarContainer.java:62)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance0(java.lang.Object[]) (Constructor.java:-2)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:334)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:647)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:790)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:730)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:863)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:824)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:515)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:423)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:374)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:607)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void threadpriority.com.threadprioritysample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:13)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6975)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1213)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2770)
2019-02-07 20:33:09.877 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2892)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1593)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.os.Looper.loop() (Looper.java:164)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6541)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:240)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample I/zygote:     at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:767)
2019-02-07 20:33:09.878 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
2019-02-07 20:33:09.926 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)
2019-02-07 20:33:09.937 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
2019-02-07 20:33:09.974 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)
2019-02-07 20:33:09.975 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
2019-02-07 20:33:10.015 22378-22378/threadpriority.com.threadprioritysample W/zygote: Got a deoptimization request on un-deoptimizable method void android.support.v4.view.ViewCompat.setBackground(android.view.View, android.graphics.drawable.Drawable)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.