Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1011267 // restartVMAndroid

JavaX fragment (include)

static void restartVMAndroid() {
  O android = getVMAndroid();
  if (android != null)
    call(android, 'dispose);
  try {
    call(javax(), 'makeVMAndroid);
  } finally {
    ((L) get(javax(), 'record_list)).remove(android);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011267
Snippet name: restartVMAndroid
Eternal ID of this version: #1011267/2
Text MD5: c0a3e3625a3accbb07f9e98f759b9565
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-21 21:55:28
Source code size: 240 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 353 / 370
Version history: 1 change(s)
Referenced in: [show references]