mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
add crash report for new version
This commit is contained in:
parent
6d7734b673
commit
19980b1ecd
1
NOTES
1
NOTES
@ -1111,6 +1111,7 @@ sort of firewall, it hangs instead of saying connection denied. So maybe
|
||||
simply doesn't support -R, but I kind of thought it did?
|
||||
|
||||
|
||||
XXX - crash.20200109
|
||||
XXX - if the unlink(authorized_keys) fails, or if the open() fails for permission reasons, generate a Toast for the user. (confirmed that restorecon -F authorized_keys works)
|
||||
|
||||
XXX - restart the daemon on app upgrade
|
||||
|
12
crash.20200109
Normal file
12
crash.20200109
Normal file
@ -0,0 +1,12 @@
|
||||
Yesterday, 7:03 PM on app version 24
|
||||
OnePlus OnePlus 7T (OnePlus7T), Android 10
|
||||
Report 1 of 3
|
||||
|
||||
android.app.RemoteServiceException:
|
||||
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2038)
|
||||
at android.os.Handler.dispatchMessage (Handler.java:107)
|
||||
at android.os.Looper.loop (Looper.java:214)
|
||||
at android.app.ActivityThread.main (ActivityThread.java:7682)
|
||||
at java.lang.reflect.Method.invoke (Native Method)
|
||||
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:516)
|
||||
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:950)
|
Loading…
Reference in New Issue
Block a user