This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of crash | |
E/AndroidRuntime( 7891): FATAL EXCEPTION: main | |
E/AndroidRuntime( 7891): Process: com.vk.imod, PID: 7891 | |
E/AndroidRuntime( 7891): android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? | |
E/AndroidRuntime( 7891): at android.app.ContextImpl.startActivity(ContextImpl.java:1269) | |
E/AndroidRuntime( 7891): at android.app.ContextImpl.startActivity(ContextImpl.java:1256) | |
E/AndroidRuntime( 7891): at android.content.ContextWrapper.startActivity(ContextWrapper.java:329) | |
E/AndroidRuntime( 7891): at com.vk.imod.fragments.ImodOtaUpdater$GetTask$1$1.onClick(ImodOtaUpdater.java:98) | |
E/AndroidRuntime( 7891): at android.support.v7.app.AlertController$b.handleMessage(AlertController.java:166) | |
E/AndroidRuntime( 7891): at android.os.Handler.dispatchMessage(Handler.java:102) | |
E/AndroidRuntime( 7891): at android.os.Looper.loop(Looper.java:135) | |
E/AndroidRuntime( 7891): at android.app.ActivityThread.main(ActivityThread.java:5294) | |
E/AndroidRuntime( 7891): at java.lang.reflect.Method.invoke(Native Method) | |
E/AndroidRuntime( 7891): at java.lang.reflect.Method.invoke(Method.java:372) | |
E/AndroidRuntime( 7891): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:910) | |
E/AndroidRuntime( 7891): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:705) | |
E/AndroidRuntime( 7891): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment