commit | 0623da9506227142603766602a554d822e6170b5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 12 12:23:05 2009 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Nov 12 12:23:05 2009 -0800 |
tree | 757d18daebe7a58bbb4afa795eb2c289741da634 | |
parent | 20ea638b5fdd86e4e4186cbc6f90335d74f41e10 [diff] |
Remove OSNetworkSystem.oneTimeInitialization. Do this work at JNI registration time, as we do for almost everything else. (I did this to rule out a warning from the dalvikvm deadlock prediction code, which doesn't like the unusual lock ordering at initialization time, and although it didn't make any difference to that, I prefer to have a defined static order of initialization.)