-
Notifications
You must be signed in to change notification settings - Fork 266
Examples
Pal Szasz edited this page Oct 18, 2012
·
2 revisions
Here are a few example reports:
-
http://sonyxperiadev.github.com/ChkBugReport/examples/bugreport_deadlock_out/index.html - A simple example where a process has a deadlock
-
http://sonyxperiadev.github.com/ChkBugReport/examples/bugreport_aidldeadlock_out/index.html - In this example there are two processes in a deadlock, since they are blocking each other's AIDL calls.
-
http://sonyxperiadev.github.com/ChkBugReport/examples/bugreport_hybriddeadlock_out/index.html - This example is a combination of the previous two: one process has a deadlock, due to which another process's AIDL call is blocked.