Chromium Code Reviews
Description[remoting android] Move JNI loading to Application.onCreate()
This moves the JNI loadLibrary() call from the main Activity to the
Application context's onCreate(). Since the Application context is
global, it will only be initialized once, eliminating the need for a
flag.
Committed: https://crrev.com/ebd04f842f5111775e6eabb7088a8b0826c849e8
Cr-Commit-Position: refs/heads/master@{#388024}
Patch Set 1 #
Total comments: 2
Patch Set 2 : rebase, (c) 2016 #Messages
Total messages: 10 (4 generated)
|