I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9823d761 authored by zzz's avatar zzz
Browse files

dont create router.ping file on Android to reduce flash wear

parent c1181f85
No related branches found
No related tags found
No related merge requests found
2012-07-24 zzz
* LookaheadInputStream: Fix bug causing gunzip fails, esp. on Android
* Router: Don't create router.ping file on Android
* SSLEepGet: Fix on Android (ticket #668)
2012-07-21 zzz
......
......@@ -255,7 +255,8 @@ public class Router implements RouterClock.ClockShiftListener {
// ********* Start no threads before here ********* //
//
// NOW we can start the ping file thread.
beginMarkingLiveliness();
if (!System.getProperty("java.vendor").contains("Android"))
beginMarkingLiveliness();
// Apps may use this as an easy way to determine if they are in the router JVM
// But context.isRouterContext() is even easier...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment