Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 01-08 09:36:42.827 14314 14314 D AndroidRuntime: Shutting down VM
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: FATAL EXCEPTION: main
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: Process: com.agilebits.onepassword, PID: 14314
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.agilebits.onepassword/com.agilebits.onepassword.filling.accessibility.AccessibilityConfirmItemActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3374)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3513)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2109)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7682)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.text.Html.escapeHtml(Html.java:275)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at com.agilebits.onepassword.b5.utils.B5Utils.escapeHtmlParams(B5Utils.java:1571)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at com.agilebits.onepassword.b5.utils.B5Utils.getFormattedString(B5Utils.java:670)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at com.agilebits.onepassword.filling.accessibility.AccessibilityConfirmItemActivity.onCreate(AccessibilityConfirmItemActivity.java:51)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7815)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7804)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1318)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3349)
- 01-08 09:36:42.828 14314 14314 E AndroidRuntime: ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement