Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stat listing fails and fallback to ls fails when rooted #2899

Closed
seemebreakthis opened this issue Oct 12, 2021 · 0 comments
Closed

Stat listing fails and fallback to ls fails when rooted #2899

seemebreakthis opened this issue Oct 12, 2021 · 0 comments
Milestone

Comments

@seemebreakthis
Copy link

Issue explanation (write below this line)

It just dies all of a sudden. I suspect this problem occurs only after the update to 3.6.4. symptom - I cannot even start the app.

Exception

  • App Name: Amaze File Manager
  • Package: com.amaze.filemanager
  • Version: 3.6.4
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 11 - 30
  • Device: venus
  • Model: M2011K2G
  • Product: venus_eea
Crash log

java.lang.RuntimeException: An error occurred while executing doInBackground()
	at android.os.AsyncTask$4.done(AsyncTask.java:415)
	at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
	at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
	at java.util.concurrent.FutureTask.run(FutureTask.java:271)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.lang.Thread.run(Thread.java:923)
Caused by: java.lang.NumberFormatException: For input string: "2021-10-04 | 13:14"
	at java.lang.Long.parseLong(Long.java:594)
	at java.lang.Long.parseLong(Long.java:636)
	at com.amaze.filemanager.filesystem.files.FileUtils.parseName(FileUtils.java:828)
	at com.amaze.filemanager.filesystem.root.ListFilesCommand.parseStringForHybridFile(ListFilesCommand.kt:202)
	at com.amaze.filemanager.filesystem.root.ListFilesCommand.listFiles(ListFilesCommand.kt:59)
	at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:242)
	at com.amaze.filemanager.asynchronous.asynctasks.LoadFilesListTask.doInBackground(LoadFilesListTask.java:69)
	at android.os.AsyncTask$3.call(AsyncTask.java:394)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	... 3 more


@VishalNehra VishalNehra changed the title probably a ciritcal issue for version 3.6.4. App crashes when you start it. Stat listing fails and fallback to ls fails when rooted Oct 13, 2021
@VishalNehra VishalNehra added this to the v3.6.5 milestone Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants