You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone a personal repository (for me, this meant a repository on a private server that has a self-signed SSL certficate... I'm not sure if this actually has anything to do with the crash). The initial clone worked fine.
Click the refresh button at the top of the nav bar.
Expected Results:
In this case, I'd expect nothing to happen, because the repository was just cloned, and no pushes have been made to it since the clone.
Actual Result:
Agit crashes due to a NullPointerException.
Stack trace (not that useful):
03-13 19:24:56.772 5145-5145/com.madgag.agit E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.madgag.agit, PID: 5145
java.lang.NullPointerException
at com.android.internal.view.menu.MenuItemImpl.toString(MenuItemImpl.java:499)
at java.lang.StringBuilder.append(StringBuilder.java:202)
at com.actionbarsherlock.app.SherlockFragmentActivity.onMenuItemSelected(SherlockFragmentActivity.java:201)
at com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java:1012)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:735)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:152)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:874)
at com.android.internal.view.menu.ActionMenuView.invokeItem(ActionMenuView.java:546)
at com.android.internal.view.menu.ActionMenuItemView.onClick(ActionMenuItemView.java:115)
at android.view.View.performClick(View.java:4438)
at android.view.View$PerformClick.run(View.java:18422)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
It looks like this happens when I clone a github repo via HTTPS as well. I'm using a debug version (1.29-SNAPSHOT), but I'll try with a version of agit from Google Play.
Steps to reproduce:
Expected Results:
In this case, I'd expect nothing to happen, because the repository was just cloned, and no pushes have been made to it since the clone.
Actual Result:
Agit crashes due to a NullPointerException.
Stack trace (not that useful):
The text was updated successfully, but these errors were encountered: