这是我的代码的一部分,当我使用Android Studio的Android Profiler时,它显示当我拍照时,内存一直在飙升,直到线程死亡。
function onEdit(e) {
// Not sure what your `type` param is, so you'd need to test for that somehow.
... // get prices using UrlFetchApp
e.getRange().setBackground('green');
...
}