Merge change 2522 into donut
* changes: This function should be public
This commit is contained in:
@@ -122,7 +122,7 @@ public class ApplicationErrorReport implements Parcelable {
|
||||
}
|
||||
}
|
||||
|
||||
protected void readFromParcel(Parcel in) {
|
||||
public void readFromParcel(Parcel in) {
|
||||
type = in.readInt();
|
||||
packageName = in.readString();
|
||||
installerPackageName = in.readString();
|
||||
|
||||
Reference in New Issue
Block a user