| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I88c6e2679919e56f581fcf79dbe683393dd8ce27
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Since the logcat is not printed until later in the output, this will
make it easier to determine at what point the user pressed the key sequence
to initiate the bugreport, which can be helpful when debugging timing dependent problems.
b/2164183
Change-Id: I5b650a6163c383183ff28e344dac36fab11a2c7b
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
non-ordered broadcast
Tell the broadcast receiver whether it is getting an initial sticky value,
so it will be quiet about attempts to do ordered broadcast stuff.
Note that the original bug being reported was not actually a crash, just
an error log. So all we are doing here is making the log quieter.
Change-Id: Iaf1b718d82093ec1197142410a64feff47eb3859
|
|
|
|
|
|
|
| |
To help diagnose bugs b/2164183 and b/2164647
Change-Id: Ie80c3b205c231c485d8a24e68b0a9c5e025da479
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
| |
|
|
|
|
|
|
| |
Also extend the feature APIs a bit.
Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of a switch that needs to be maintained, the code now
look for public static final int fields in PackageManager
whose names start with INSTALL_FAILED or INSTALL_PARSE_FAILED.
If their int value match the error code, the name of the field
is used as a human readable error string.
Change-Id: If58ddc4d9ccc40a9a8aaec9de4cc7e4931db0292
|
|
|
|
| |
The new tests will be implemented in java.
|
| |
|
| |
|
|
|
|
| |
create flip chain)
|
| |
|
| |
|
|
|
|
| |
Also check end-of-file explicitly.
|
| |
|
|
|
|
| |
Change-Id: I60268261110934a1d60efa341ff530f94415724f
|
|\
| |
| |
| |
| | |
* changes:
Another stagefright test-case and ignore end-of-stream notifications while we're flushing.
|
| |
| |
| |
| | |
we're flushing.
|
|/
|
|
| |
and remove some verbose logging
|
|
|
|
| |
This api allows to instantiate a renderer by specifying the hosting java Surface object. This hides the implementation details of (java-)Surface, (native-)Surface and friends.
|
|\
| |
| |
| |
| | |
* changes:
Add tests and misc fixes on keystore.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Refactor netkeystore.c to make client and server code testable.
* Add a client test for setting new passwd and changing passwd.
* Exclude "." and ".." from reset_keystore().
* Change ServerCommand.executeCommand() to accept variable length of
arguments and add convert() to marshalling the args to bytes.
* Keystore.java is revised accordingly.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
dumpstate: Switch back to running as non-root
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Now that we have straightened out the permissions on /data/dontpanic,
root is no longer necessary.
Change-Id: Ic895d712c2e929e4935707da321e1a2b015285c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| | |
MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).
|
|/ |
|
|
|
|
| |
enumeration API.
|
|\
| |
| |
| |
| | |
* changes:
Support encoding amr-wb content in stagefright.
|
| | |
|
|/
|
|
|
|
|
|
| |
+ Use '\0' as the delimiter.
+ Allow whitespace character for keystore password.
In previous implementation, we use space as the delimiter. That
will stop user from using passphrase with whitespace character.
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
commandline app.
|
|\
| |
| |
| |
| | |
* changes:
Replace the bugreport symlink with a tool that starts the new dumpstate service.
|
| |
| |
| |
| |
| | |
Change-Id: I57acae2344a264751f38b910e1e2bc750a1f1d24
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Setting the component role appears to be mandatory now for all mime types.
|
| | |
| | |
| | |
| | | |
Also using CODEC_LOGV instead of vanilla LOGV to include the component name the message related to.
|
|\ \ \
| |/ /
| | /
| |/
|/| |
* changes:
Some work to make audio encoding work.
|
| | |
|
|/
|
|
|
|
|
|
| |
This will be used to allow running dumpstate as root from the init process
to enable gathering debugging information that requires root to access.
Change-Id: I5bb7e83071fad2b377e549058f318a5118194061
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
Change-Id: Ib9955b69b69db7d442402ab33e148cb40dec3d40
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 3fa5f3ce910f34da0cedb8bcce1bd593db7eb740
Author: Andreas Huber <andih@google.com>
Date: Thu Aug 27 14:48:54 2009 -0700
Getting rid of more code now obsolete with the departure of OMXDecoder.
commit e0d923ec0c7bb60bec8eb97739036a4c70c0feef
Author: Andreas Huber <andih@google.com>
Date: Thu Aug 27 14:33:06 2009 -0700
Remove obsoleted OMXDecoder class. OMXDecoder is dead, long live OMXCodec.
|
|
|
|
| |
bugs filed.
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
maximum number of frames per iteration.
|
| |
|