Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Issue 1058143002: Fix Android for positive MojoResults. (Closed)

Created:
5 years, 8 months ago by viettrungluu
Modified:
5 years, 8 months ago
Reviewers:
jamesr, qsr, eseidel
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, darin (slow to review), mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Fix Android for positive MojoResults. R=jamesr@chromium.org

Patch Set 1 #

Patch Set 2 : oops #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M mojo/android/system/core_impl.cc View 2 chunks +2 lines, -2 lines 2 comments Download
M mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java View 1 3 chunks +3 lines, -7 lines 2 comments Download

Messages

Total messages: 7 (2 generated)
viettrungluu
5 years, 8 months ago (2015-04-02 22:17:19 UTC) #1
eseidel
This does not fix SkyShell.apk quiet yet. I still get: W/System.err(18587): java.lang.NullPointerException: Attempt to invoke ...
5 years, 8 months ago (2015-04-02 22:18:28 UTC) #3
eseidel
I'm testing using this command: gclient sync && ninja -C out/android_Release -j 1024 && adb ...
5 years, 8 months ago (2015-04-02 22:22:26 UTC) #4
viettrungluu
https://codereview.chromium.org/1058143002/diff/20001/mojo/android/system/core_impl.cc File mojo/android/system/core_impl.cc (right): https://codereview.chromium.org/1058143002/diff/20001/mojo/android/system/core_impl.cc#newcode244 mojo/android/system/core_impl.cc:244: return buffer_size; This is very wrong. https://codereview.chromium.org/1058143002/diff/20001/mojo/android/system/core_impl.cc#newcode287 mojo/android/system/core_impl.cc:287: return ...
5 years, 8 months ago (2015-04-02 23:02:42 UTC) #5
viettrungluu
5 years, 8 months ago (2015-04-02 23:13:57 UTC) #7
Our Java Mojo system bindings are too messed up[*] for me to fix right now (and
I'm out tomorrow), so I'm going to revert my change.

E.g., ReadData()/WriteData() overload their return value to return the amount
read/write.

Powered by Google App Engine
This is Rietveld 408576698