Update: 2026-05-14 19:36:06
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
#Thu May 14 19:22:47 EET 2026
|
#Thu May 14 19:35:19 EET 2026
|
||||||
base.0=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex
|
base.0=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex
|
||||||
base.1=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
|
base.1=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
|
||||||
base.2=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/debug/mergeProjectDexDebug/12/classes.dex
|
base.2=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/debug/mergeProjectDexDebug/12/classes.dex
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +1,2 @@
|
|||||||
24
|
26
|
||||||
0
|
0
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
Α·Ο‡ύΊ
|
Α·Ο‡ύΊΛΊ
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -109,6 +109,9 @@ class BotForegroundService : Service() {
|
|||||||
} else {
|
} else {
|
||||||
Log.e("JordanBot", "❌ Failed to upload locations: ${response.message}")
|
Log.e("JordanBot", "❌ Failed to upload locations: ${response.message}")
|
||||||
}
|
}
|
||||||
|
} catch (e: retrofit2.HttpException) {
|
||||||
|
val errorBody = e.response()?.errorBody()?.string()
|
||||||
|
Log.e("JordanBot", "❌ Error uploading locations: HTTP ${e.code()} - Body: $errorBody", e)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e("JordanBot", "❌ Error uploading locations", e)
|
Log.e("JordanBot", "❌ Error uploading locations", e)
|
||||||
// If failed, we might want to add them back to the buffer,
|
// If failed, we might want to add them back to the buffer,
|
||||||
|
|||||||
@@ -93,6 +93,9 @@ class RideNotificationListener : NotificationListenerService() {
|
|||||||
if (response.success) {
|
if (response.success) {
|
||||||
Log.d("JordanBot", "✅ Ride log sent to server")
|
Log.d("JordanBot", "✅ Ride log sent to server")
|
||||||
}
|
}
|
||||||
|
} catch (e: retrofit2.HttpException) {
|
||||||
|
val errorBody = e.response()?.errorBody()?.string()
|
||||||
|
Log.e("JordanBot", "❌ Failed to send ride log: HTTP ${e.code()} - Body: $errorBody", e)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e("JordanBot", "❌ Failed to send ride log", e)
|
Log.e("JordanBot", "❌ Failed to send ride log", e)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user