You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Here's some simple client-process C++ that registers a callback that
is expected to be called when the service dies.
The binderDied() callback never gets called. When and how is it
supposed to be called?
class MyServiceClient : public IBinder::DeathRecipient
{
public:
MyServiceClient() { }