mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-17 04:00:48 +01:00
Update SpiceService.java
add network info profiling code
This commit is contained in:
parent
c32c38c44c
commit
126811582b
@ -80,6 +80,7 @@ public class SpiceService extends Service {
|
||||
SpiceProfilingUtil.log(context,
|
||||
location.getTime() + "," + location.getLatitude() + "," + location.getLongitude() + ","
|
||||
+ location.getProvider());
|
||||
SpiceProfilingUtil.profile(SpiceService.this, SpiceProfilingUtil.FILE_NAME_NETWORK, NetworkStateUtil.getConnectedType(SpiceService.this));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user