forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix threading issues in Java JNI code for Android Chromoting client.
Updated comments in JniInterface.java to document which threads are used to access fields and methods. Also added synchronization where it's needed and removed it where it isn't. A private lock is used instead of synchronizing on JniInterface.class. BUG=305770 Review URL: https://codereview.chromium.org/90443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239293 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
lambroslambrou@chromium.org
committed
Dec 7, 2013
1 parent
fd77aee
commit ad0be0c
Showing
2 changed files
with
88 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters