No possibility of multiple invocation of log export
This commit is contained in:
parent
689ded1607
commit
a88c2d48c0
|
@ -45,9 +45,9 @@ public class ExportLogsService extends Service {
|
|||
new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
running.set(false);
|
||||
export();
|
||||
stopForeground(true);
|
||||
running.set(false);
|
||||
stopSelf();
|
||||
}
|
||||
}).start();
|
||||
|
|
Loading…
Reference in a new issue