AndroidIDEOfficial / AndroidIDE

AndroidIDE is an IDE for Android to develop full featured Android apps.
https://m.androidide.com
GNU General Public License v3.0
2.36k stars 299 forks source link

LogSender: IllegalThreadStateException #21

Closed itsaky closed 2 years ago

itsaky commented 3 years ago

LogSender crashes when it is started with the following stacktrace:

Caused by: java.lang.IllegalThreadStateException
11-01  22:16:07.059  10611  10611  E  AndroidRuntime: at java.lang.Thread.start(Thread.java:724)
11-01  22:16:07.059  10611  10611  E  AndroidRuntime: at com.itsaky.androidide.logsender.LogSender.startLogging(LogSender.java:58)
11-01  22:16:07.059  10611  10611  E  AndroidRuntime: at <__package__>.MainActivity.onCreate(MainActivity.kt:39)
itsaky commented 2 years ago

Has been fixed.