-
Notifications
You must be signed in to change notification settings - Fork 49
Crash on select save location #57
Comments
I have been trying to get log in this case for a very long time. Let me check the logs. Can you let me know the device, approximate date and time of crash? Will help me filter the log. Thanks |
My device is a Neffos C5L and the crash happened multiple times within an hour or two before I reported it.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Ok. Let me try to pull the log. Is it happening occasionally or every time you try to change the save location? |
Yup, every time, the moment I press that button.
…On June 6, 2018 11:17:37 AM GMT+02:00, Vijai Chander ***@***.***> wrote:
Ok. Let me try to pull the log. Is it happening occasionally or every
time you try to change the save location?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#57 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
So, I was going through the reports and I guess found yours. Can you get me the path of your external storage? I guess you are trying to change path to ext storage right? |
/storage/sdcard1
To avoid confusion, the crash happens in the main menu already.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Well, that is expected because the app will check for ext sd and try to load the path and will fail if the path is wrong which is reported by Api. The issue here is, there isnt official way to get this path as the ext sd isnt supported natively and that means, each OEM has their own implementation. The path reported in log is |
And yeah, that's what I would like to do.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Ok, did just now. 20:27 GMT +1 (Berlin)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Sorry, checked the reports and nothing came in for the past 11 hours related to storage. Can you pull the log manually may be? |
Like, via adb?
…On June 10, 2018 7:17:32 AM GMT+02:00, Vijai Chander ***@***.***> wrote:
Sorry, checked the reports and nothing came in for the past 11 hours
related to storage. Can you pull the log manually may be?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#57 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
yes. |
I'll try today when Inget to my computer.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Hm, I don't grt any result. Only a filr containing three lines with "beginning of " "crash", "main" and "system".
…On June 10, 2018 7:21:38 AM GMT+02:00, Vijai Chander ***@***.***> wrote:
yes. `adb -d logcat com.orpheusdroid.screenrecorder:E *:S > error.log`
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#57 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Oops! Try this: |
The samebthihg happens.
…On June 17, 2018 8:37:24 AM GMT+02:00, Vijai Chander ***@***.***> wrote:
Oops! Try this: `adb -d logcat SCREENRECORDER_LOG:W *:S > error.log`
this will filter with the log tag and log all warnings and error
messages
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#57 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
The app crashes (gets closed immediately) when I tap the "Save location" button. I have automatic reports on.
App version: 1.8.7 F-Droid
Stock Android 5.1
Screen resolution: 480x854px
The text was updated successfully, but these errors were encountered: