commit | 1b5895818bfe6c703b8803dd3f954709bf725983 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri May 22 12:27:20 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Fri May 22 12:27:20 2009 -0700 |
tree | 2bc0f85da7694b5b1629da1ae3ffe81cd71e49df | |
parent | 9fe214af11f3bfbcc4c16ab33f7849eea34da52f [diff] |
Ignore missing bootstrap class path jars after printing a warning. Previous behavior was to print an error and halt. The warning will appear in the log whenever the VM is started, which means you'll see it on every "dexopt" invocation but otherwise only once during zygote init. For internal bug 1812586.