Skip to content

Commit 52a7821

Browse files
committed
implemented PR feedback
1 parent 91dc9e7 commit 52a7821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/kotlin/com/icapps/background_location_tracker/service/LocationUpdatesService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ internal class LocationUpdatesService : Service() {
148148
val sw = StringWriter()
149149
val pw = PrintWriter(sw)
150150
e.printStackTrace(pw)
151+
pw.flush()
151152
Logger.error(sw.toString(),"onUnbind failed to execute");
152153
}
153154

0 commit comments

Comments
 (0)