forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sometimes command is null when calling sendStkResponse #24
Comments
frsela
pushed a commit
that referenced
this issue
Oct 4, 2012
frsela
pushed a commit
that referenced
this issue
Oct 4, 2012
@allstarschh Can you test if these two last commits solve the issue you detected? If you agree, we can close this :) |
Sure I'll try, but might need to try more times, |
seems okay now, |
frsela
pushed a commit
that referenced
this issue
Mar 6, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes i found when calling sendStkResponse, the command argument is null.
E/GeckoConsole( 254): Content JS LOG at app://settings.gaiamobile.org/js/icc.js:13 in debug: [DEBUG] STKUI: sendStkResponse to command: null # response = {"resultCode":0,"itemIdentifier":"1"}
This seems to be caused by calling two consecutively sendStkResponse, i.e. select the menu item twice very quickly,
at lease there should be race-condition when setting iccLastCommand.
The text was updated successfully, but these errors were encountered: