Do you get a stack trace? The reason what caused the remote exception would have been mentioned in Monkey logs. You need to handle that exception in your code to resolve the error.
Android Programmer. On Jun 28, 9:20 pm, Jerome Deng <[email protected]> wrote: > I see every time when monkey stopped, the log file contains such info > "System appears to have crashed at event...". > So the root cause need further analysis. > Not sure if network timeout causes RemoteException . > > On 6月29日, 上午11时16分, Dianne Hackborn <[email protected]> wrote: > > > As the last line says, this is usually because the system process has > > crashed. > > > On Mon, Jun 28, 2010 at 7:31 PM, Jerome Deng <[email protected]> wrote: > > > Hi buddies, > > > I am doing monkey test for my APP, and I meet RemoteException many > > > times. I don't know why remote-invocation errors occurs. Has anyone > > > experienced such exception? > > > > Monkey Log snippet: > > > :Sending Pointer ACTION_MOVE x=-1.0 y=-3.0 > > > :Sending Pointer ACTION_DOWN x=322.0 y=77.0 > > > :Sending Pointer ACTION_UP x=322.0 y=77.0 > > > :Sending Pointer ACTION_DOWN x=299.0 y=488.0 > > > ** Error: RemoteException while injecting event. > > > Events injected: 11088 > > > :Dropped: keys=0 pointers=2 trackballs=0 flips=0 > > > ## Network stats: elapsed time=1511978ms (1511978ms mobile, 0ms wifi, > > > 0ms not connected) > > > ** System appears to have crashed at event 11088 of 56000 using seed > > > 25194847 > > > > Thanks. > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see and > > answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

