File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 177177import static com .zoffcc .applications .trifa .TRIFAGlobals .USE_MAX_NUMBER_OF_BOOTSTRAP_TCP_RELAYS ;
178178import static com .zoffcc .applications .trifa .TRIFAGlobals .bootstrap_node_list ;
179179import static com .zoffcc .applications .trifa .TRIFAGlobals .bootstrapping ;
180+ import static com .zoffcc .applications .trifa .TRIFAGlobals .global_last_activity_for_battery_savings_ts ;
180181import static com .zoffcc .applications .trifa .TRIFAGlobals .global_last_activity_incoming_ft_ts ;
181182import static com .zoffcc .applications .trifa .TRIFAGlobals .global_last_activity_outgoung_ft_ts ;
182183import static com .zoffcc .applications .trifa .TRIFAGlobals .global_last_bootstrap_ts ;
@@ -1291,6 +1292,7 @@ public void run()
12911292 {
12921293 }
12931294
1295+ global_last_activity_for_battery_savings_ts = System .currentTimeMillis ();
12941296 global_self_last_went_offline_timestamp = System .currentTimeMillis ();
12951297 Log .i (TAG , "global_self_last_went_offline_timestamp[2]=" + global_self_last_went_offline_timestamp +
12961298 " HAVE_INTERNET_CONNECTIVITY=" + HAVE_INTERNET_CONNECTIVITY );
You can’t perform that action at this time.
0 commit comments