AndroidアプリのDalvikデバッガを見ると、毎回Frankのハンドル数が増えていくにつれ、私は、私のアプリにメモリリークがあったと推測し、私のアプリを削除してもそれを修正しなかったとき、私は電話をリセットしました(HTC Tattoo、1.6)。しかし、私のアプリをインストールする前に、完全にきれいな電話にデバッガを接続すると、フランクのハンドル数が増え続けているのと同じ繰り返しの通知が表示されます。Androidの携帯電話がリセットされたが、メモリがリークしている
誰でも何が起こっているかを知っています。これは赤ちゃんですか?
のTa、 オーウェン
ここでは、ログファイルの繰り返しビットだ(謝罪は、私は、これは賢明にフォーマットする取得する方法を見つけ出すことはできません - 私は知っていると私はそれを適切に再フォーマットします):
07-23 16:40:58.209: INFO/LogService(590): 2011-07-23 16:40:58 127.0.0.1 - 127.0.0.1 8182 GET /info/ - 200 911 0 52 http://null - -
07-23 16:40:58.209: INFO/Server(590): Addition of the standard header "pragma" is discouraged as a future versions of the Restlet API will directly support it.
07-23 16:40:58.219: WARN/Server(590): Addition of the standard header "cache-control" is not allowed. Please use the equivalent property in the Restlet API.
07-23 16:40:58.219: WARN/Server(590): Addition of the standard header "expires" is not allowed. Please use the equivalent property in the Restlet API.
07-23 16:40:58.339: INFO/global(590): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
07-23 16:40:58.339: INFO/global(590): Default buffer size used in BufferedOutputStream constructor. It would be better to be explicit if an 8k buffer is required.
07-23 16:40:58.349: INFO/LogFilter(590): Couldn't find the mandatory "Host" HTTP header.
07-23 16:40:58.369: DEBUG/Frank Liu(590): enter FDInfo-handle
07-23 16:40:58.369: DEBUG/Frank Liu(590): Frank handle count = 683
07-23 16:40:58.369: DEBUG/Frank Liu(590): after block thread
07-23 16:40:58.369: DEBUG/Frank Liu(590): enter FDInfo-represent
07-23 16:40:58.379: DEBUG/Frank Liu(590): new jsonresp successfully
07-23 16:40:58.379: DEBUG/Frank Liu(590): begin put jsonresp
07-23 16:40:58.389: DEBUG/Frank Liu(590): end put jsonresp
07-23 16:40:58.409: DEBUG/Frank Liu(590): exit FDInfo-represent
07-23 16:40:58.409: DEBUG/Frank Liu(590): exit FDInfo-handle
コードなどをフォーマットするには、それを選択してCtrl-Kを使用してください – Squonk
ありがとうございます。 – dancehallwraith