Home
last modified time | relevance | path

Searched refs:errorText (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace_collection/
Dproxy_client.ts106 client.errorText = this.responseText;
108 client.errorText = String.fromCharCode.apply(
113 client.setState(ProxyState.ERROR, client.errorText);
291 client.errorText = request.responseText;
292 client.setState(ProxyState.ERROR, client.errorText);
310 (param: ProxyState, errorText: string): Promise<void>;
315 errorText = ''; property in ProxyClient
321 async setState(state: ProxyState, errorText = '') {
323 this.errorText = errorText;
325 await listener(state, errorText);
[all …]
/development/tools/bugreport/src/com/android/bugreport/
DOptions.java45 public String errorText; field in Options
127 private Options(String[] args, int errorIndex, String errorText) { in Options() argument
130 this.errorText = errorText; in Options()
/development/tools/winscope/src/app/components/
Dcollect_traces_component_test.ts267 assertDefined(connect.proxy).errorText = testErrorMessage;